home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dbase / db3ut10u.zip / ZAP3.DOC < prev    next >
Text File  |  1991-10-12  |  1KB  |  60 lines

  1. NAME
  2.     zap3 - Zap (= erase all records of) dBase III files v1.0, june
  3.            1991.
  4.  
  5.  
  6. SYNOPSIS
  7.     zap3 [-sh] file [files...]
  8.  
  9.  
  10. DESCRIPTION
  11.     `zap3' removes all records from dBase III files (note that it is not
  12.     the same as removing the files from disk since the structure remains
  13.     intact).
  14.  
  15.     USE `zap3' WITH CAUTION SINCE DELETED INFORMATIONS CANNOT BE
  16.     RESTORED.
  17.  
  18.     `zap3' asks confirmation of operation before zapping.
  19.  
  20.  
  21. COMMAND LINE OPTIONS
  22.     -s      be silent (don't ask for confirmation).
  23.             USE THIS OPTION WITH CARE.
  24.     -h      help
  25.  
  26.  
  27. EXIT STATUS
  28.     0       no errors
  29.     1       usage error
  30.     2       unknown command line option
  31.     3       errors opening all the files specified on command line
  32.  
  33.  
  34. EXAMPLES
  35.     To get an help page:
  36.             zap3 -h
  37.  
  38.     To zap all the dBase III archives in the current directory without
  39.     confirmation and program output:
  40.             zap3 -s *.dbf
  41.  
  42.  
  43. SEE ALSO
  44.     egrep3, fgrep3, count3, pack3, stru3.
  45.  
  46.  
  47. AUTHORS
  48.     Legovich Danilo.
  49.  
  50.  
  51. COPYRIGHT
  52.     This program is a part of a shareware product. You may register
  53.     using the order form (file "ORDER.TXT") provided with the package.
  54.     For any suggestion or problem contact the author at this e-mail
  55.     address:
  56.  
  57.         dany@alessia.dei.unipd.it
  58.  
  59.  
  60.